home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: BedCmdHelp.bed 1.0 (02.01.96)
- **
- ** Show the AmigaGuide Help for the BED ARexx command currently under the
- ** cursor
- **
- ** Written by Marco Negri
- */
-
- OPTIONS RESULTS
-
- GetWord
- command=RESULT
-
- Exist command
-
- IF RC=0 THEN
- Help command
- ELSE
- SetStatusBar "Cursor not on a BED command"
-